TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / CopyTo Method / CopyTo(C1CheckListItem[],Int32) Method
The target array.
Start index of the array.

In This Topic
    CopyTo(C1CheckListItem[],Int32) Method
    In This Topic
    Copies the entire C1CheckListItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyTo( _
       ByVal array() As C1CheckListItem, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       C1CheckListItem[] array,
       int arrayIndex
    )

    Parameters

    array
    The target array.
    arrayIndex
    Start index of the array.
    See Also